Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.rating.theme

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.rating.theme">

  <require>org.nuxeo.theme.nuxeo.default</require>

  <extension target="org.nuxeo.theme.services.ThemeService" point="resources">
    <!-- CSS -->
    <!-- Gadgets CSS -->
    <resource name="gadget-mostLiked.css">
      <path>css/opensocial/gadgets/mostLiked.css</path>
    </resource>

    <!-- JS -->
    <!-- Gadgets JS -->
    <resource name="gadget-mostLiked.js">
      <path>scripts/opensocial/gadgets/mostLiked.js</path>
    </resource>
  </extension>

</component>